home *** CD-ROM | disk | FTP | other *** search
/ Wet Attack - The Empire Cums Back / Wet Attack: The Empire Cums Back - Disc 1.iso / GDATA / model / shot1 / Firesh.x < prev   
Text File  |  1999-01-20  |  7KB  |  386 lines

  1. xof 0302txt 0064
  2. // File was created by Cinema4D
  3.  
  4. template Header {
  5.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  6.  WORD major;
  7.  WORD minor;
  8.  DWORD flags;
  9. }
  10.  
  11. template Vector {
  12.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  13.  FLOAT x;
  14.  FLOAT y;
  15.  FLOAT z;
  16. }
  17.  
  18. template Coords2d {
  19.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  20.  FLOAT u;
  21.  FLOAT v;
  22. }
  23.  
  24. template Matrix4x4 {
  25.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  26.  array FLOAT matrix[16];
  27. }
  28.  
  29. template ColorRGBA {
  30.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  31.  FLOAT red;
  32.  FLOAT green;
  33.  FLOAT blue;
  34.  FLOAT alpha;
  35. }
  36.  
  37. template ColorRGB {
  38.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  39.  FLOAT red;
  40.  FLOAT green;
  41.  FLOAT blue;
  42. }
  43.  
  44. template IndexedColor {
  45.  <1630B820-7842-11cf-8F52-0040333594A3>
  46.  DWORD index;
  47.  ColorRGBA indexColor;
  48. }
  49.  
  50. template Boolean {
  51.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  52.  WORD truefalse;
  53. }
  54.  
  55. template Boolean2d {
  56.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  57.  Boolean u;
  58.  Boolean v;
  59. }
  60.  
  61. template MaterialWrap {
  62.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  63.  Boolean u;
  64.  Boolean v;
  65. }
  66.  
  67. template TextureFilename {
  68.  <A42790E1-7810-11cf-8F52-0040333594A3>
  69.  STRING filename;
  70. }
  71.  
  72. template Material {
  73.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  74.  ColorRGBA faceColor;
  75.  FLOAT power;
  76.  ColorRGB specularColor;
  77.  ColorRGB emissiveColor;
  78.  [...]
  79. }
  80.  
  81. template MeshFace {
  82.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  83.  DWORD nFaceVertexIndices;
  84.  array DWORD faceVertexIndices[nFaceVertexIndices];
  85. }
  86.  
  87. template MeshFaceWraps {
  88.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  89.  DWORD nFaceWrapValues;
  90.  Boolean2d faceWrapValues;
  91. }
  92.  
  93. template MeshTextureCoords {
  94.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  95.  DWORD nTextureCoords;
  96.  array Coords2d textureCoords[nTextureCoords];
  97. }
  98.  
  99. template MeshMaterialList {
  100.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  101.  DWORD nMaterials;
  102.  DWORD nFaceIndexes;
  103.  array DWORD faceIndexes[nFaceIndexes];
  104.  [Material]
  105. }
  106.  
  107. template MeshNormals {
  108.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  109.  DWORD nNormals;
  110.  array Vector normals[nNormals];
  111.  DWORD nFaceNormals;
  112.  array MeshFace faceNormals[nFaceNormals];
  113. }
  114.  
  115. template MeshVertexColors {
  116.  <1630B821-7842-11cf-8F52-0040333594A3>
  117.  DWORD nVertexColors;
  118.  array IndexedColor vertexColors[nVertexColors];
  119. }
  120.  
  121. template Mesh {
  122.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  123.  DWORD nVertices;
  124.  array Vector vertices[nVertices];
  125.  DWORD nFaces;
  126.  array MeshFace faces[nFaces];
  127.  [...]
  128. }
  129.  
  130. template FrameTransformMatrix {
  131.  <F6F23F41-7686-11cf-8F52-0040333594A3>
  132.  Matrix4x4 frameMatrix;
  133. }
  134.  
  135. template Frame {
  136.  <3D82AB46-62DA-11cf-AB39-0020AF71E433>
  137.  [...]
  138. }
  139.  
  140. Header {
  141.  1;
  142.  0;
  143.  1;
  144. }
  145.  
  146.  
  147.  
  148. Mesh Cinema4D_Mesh {
  149.   28;
  150.   // Kugel
  151.   0.0;-0.150357;0.380279;,
  152.   0.0;0.150357;0.380279;,
  153.   0.130213;-0.075179;0.380279;,
  154.   0.065107;-0.075179;0.964262;,
  155.   -0.065107;-0.075179;0.964262;,
  156.   -0.130213;-0.075179;0.380279;,
  157.   -0.065107;-0.075179;-0.203705;,
  158.   0.065107;-0.075179;-0.203705;,
  159.   0.130213;0.075179;0.380279;,
  160.   0.065107;0.075179;0.964262;,
  161.   -0.065107;0.075179;0.964262;,
  162.   -0.130213;0.075179;0.380279;,
  163.   -0.065107;0.075179;-0.203705;,
  164.   0.065107;0.075179;-0.203705;,
  165.   // Kugel.0001
  166.   0.0;-0.368684;-0.331853;,
  167.   0.0;0.368684;-0.331853;,
  168.   0.319289;-0.184342;-0.331853;,
  169.   0.159645;-0.184342;0.065986;,
  170.   -0.159645;-0.184342;0.065986;,
  171.   -0.319289;-0.184342;-0.331853;,
  172.   -0.159645;-0.184342;-0.729692;,
  173.   0.159645;-0.184342;-0.729692;,
  174.   0.319289;0.184342;-0.331853;,
  175.   0.159645;0.184342;0.065986;,
  176.   -0.159645;0.184342;0.065986;,
  177.   -0.319289;0.184342;-0.331853;,
  178.   -0.159645;0.184342;-0.729692;,
  179.   0.159645;0.184342;-0.729692;;
  180.   
  181.   36;
  182.   // Kugel
  183.   3;0,2,3;,
  184.   3;9,8,1;,
  185.   3;0,3,4;,
  186.   3;10,9,1;,
  187.   3;0,4,5;,
  188.   3;11,10,1;,
  189.   3;0,5,6;,
  190.   3;12,11,1;,
  191.   3;0,6,7;,
  192.   3;13,12,1;,
  193.   3;0,7,2;,
  194.   3;8,13,1;,
  195.   4;2,8,9,3;,
  196.   4;3,9,10,4;,
  197.   4;4,10,11,5;,
  198.   4;5,11,12,6;,
  199.   4;6,12,13,7;,
  200.   4;7,13,8,2;,
  201.   // Kugel.0001
  202.   3;14,16,17;,
  203.   3;23,22,15;,
  204.   3;14,17,18;,
  205.   3;24,23,15;,
  206.   3;14,18,19;,
  207.   3;25,24,15;,
  208.   3;14,19,20;,
  209.   3;26,25,15;,
  210.   3;14,20,21;,
  211.   3;27,26,15;,
  212.   3;14,21,16;,
  213.   3;22,27,15;,
  214.   4;16,22,23,17;,
  215.   4;17,23,24,18;,
  216.   4;18,24,25,19;,
  217.   4;19,25,26,20;,
  218.   4;20,26,27,21;,
  219.   4;21,27,22,16;;
  220.   
  221.   MeshNormals {
  222.     28;
  223.     // Kugel
  224.     0.0;-1.503575;0.0;,
  225.     0.0;1.503575;0.0;,
  226.     1.302134;-0.751787;0.0;,
  227.     0.651067;-0.751788;5.839835;,
  228.     -0.651067;-0.751787;5.839835;,
  229.     -1.302134;-0.751787;0.0;,
  230.     -0.651067;-0.751788;-5.839835;,
  231.     0.651067;-0.751787;-5.839835;,
  232.     1.269881;0.805072;0.0;,
  233.     0.63494;0.805072;5.695183;,
  234.     -0.63494;0.805072;5.695183;,
  235.     -1.269881;0.805072;0.0;,
  236.     -0.63494;0.805072;-5.695183;,
  237.     0.63494;0.805072;-5.695183;,
  238.     // Kugel.0001
  239.     0.0;-3.686835;0.0;,
  240.     0.0;3.686835;0.0;,
  241.     3.192893;-1.843418;0.0;,
  242.     1.596447;-1.843418;3.978389;,
  243.     -1.596447;-1.843418;3.978389;,
  244.     -3.192893;-1.843418;0.0;,
  245.     -1.596447;-1.843418;-3.978389;,
  246.     1.596447;-1.843418;-3.978389;,
  247.     3.113806;1.974074;0.0;,
  248.     1.556903;1.974074;3.879845;,
  249.     -1.556903;1.974074;3.879845;,
  250.     -3.113806;1.974074;0.0;,
  251.     -1.556903;1.974074;-3.879845;,
  252.     1.556903;1.974074;-3.879845;;
  253.     
  254.     36;
  255.     // Kugel
  256.     3;0,2,3;,
  257.     3;9,8,1;,
  258.     3;0,3,4;,
  259.     3;10,9,1;,
  260.     3;0,4,5;,
  261.     3;11,10,1;,
  262.     3;0,5,6;,
  263.     3;12,11,1;,
  264.     3;0,6,7;,
  265.     3;13,12,1;,
  266.     3;0,7,2;,
  267.     3;8,13,1;,
  268.     4;2,8,9,3;,
  269.     4;3,9,10,4;,
  270.     4;4,10,11,5;,
  271.     4;5,11,12,6;,
  272.     4;6,12,13,7;,
  273.     4;7,13,8,2;,
  274.     // Kugel.0001
  275.     3;14,16,17;,
  276.     3;23,22,15;,
  277.     3;14,17,18;,
  278.     3;24,23,15;,
  279.     3;14,18,19;,
  280.     3;25,24,15;,
  281.     3;14,19,20;,
  282.     3;26,25,15;,
  283.     3;14,20,21;,
  284.     3;27,26,15;,
  285.     3;14,21,16;,
  286.     3;22,27,15;,
  287.     4;16,22,23,17;,
  288.     4;17,23,24,18;,
  289.     4;18,24,25,19;,
  290.     4;19,25,26,20;,
  291.     4;20,26,27,21;,
  292.     4;21,27,22,16;;
  293.     
  294.   }
  295.   MeshTextureCoords {
  296.     28;
  297.     // Kugel
  298.     0.75;0.5;,
  299.     0.25;0.5;,
  300.     0.926208;0.5;,
  301.     0.875;1.0;,
  302.     0.625;1.0;,
  303.     0.573792;0.5;,
  304.     0.625;0.0;,
  305.     0.875;0.0;,
  306.     0.073792;0.5;,
  307.     0.125;1.0;,
  308.     0.375;1.0;,
  309.     0.426208;0.5;,
  310.     0.375;0.0;,
  311.     0.125;0.0;,
  312.     // Kugel.0001
  313.     0.25;1.0;,
  314.     0.25;0.0;,
  315.     0.0;0.647584;,
  316.     0.176208;0.63386;,
  317.     0.323792;0.63386;,
  318.     0.5;0.647584;,
  319.     0.676208;0.63386;,
  320.     0.823792;0.63386;,
  321.     0.0;0.352416;,
  322.     0.176208;0.36614;,
  323.     0.323792;0.36614;,
  324.     0.5;0.352416;,
  325.     0.676208;0.36614;,
  326.     0.823792;0.36614;;
  327.   }
  328.   MeshMaterialList {
  329.     2;
  330.     36;
  331.     1,
  332.     1,
  333.     1,
  334.     1,
  335.     1,
  336.     1,
  337.     1,
  338.     1,
  339.     1,
  340.     1,
  341.     1,
  342.     1,
  343.     1,
  344.     1,
  345.     1,
  346.     1,
  347.     1,
  348.     1,
  349.     1,
  350.     1,
  351.     1,
  352.     1,
  353.     1,
  354.     1,
  355.     1,
  356.     1,
  357.     1,
  358.     1,
  359.     1,
  360.     1,
  361.     1,
  362.     1,
  363.     1,
  364.     1,
  365.     1,
  366.     1;
  367.     
  368.     Material C4DMAT_NONE {
  369.       1.0;1.0;1.0;1.0;;
  370.       1.0;
  371.       0.0;0.0;0.0;;
  372.       0.0;0.0;0.0;;
  373.     }
  374.     Material C4DMAT_Neu {
  375.       1.0;1.0;1.0;1.0;;
  376.       1.0;
  377.       0.0;0.0;0.0;;
  378.       0.0;0.0;0.0;;
  379.       TextureFilename {
  380.         "FIRE1.ppm";
  381.       }
  382.     }
  383.     
  384.     {C4DMAT_Neu}
  385.   }
  386. }